MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
PlayerCreateStreamException Constructor (message, innerException)
NamespacesMPfm.PlayerPlayerCreateStreamExceptionPlayerCreateStreamException(String, Exception)
Default constructor for the PlayerCreateStreamException exception class.
Declaration Syntax
C#Visual Basic
public PlayerCreateStreamException(
	string message,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
Parameters
message (String)
Exception message
innerException (Exception)
Inner exception

Assembly: MPfm.Player (Module: MPfm.Player) Version: 0.5.3.0 (0.5.3.0)