C# Class System.MulticastNotSupportedException

Inheritance: SystemException
Datei anzeigen Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
MulticastNotSupportedException ( ) : System.Runtime.InteropServices
MulticastNotSupportedException ( string message ) : System.Runtime.InteropServices
MulticastNotSupportedException ( string message, Exception inner ) : System.Runtime.InteropServices

Private Methods

Method Description
MulticastNotSupportedException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Method Details

MulticastNotSupportedException() public method

public MulticastNotSupportedException ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

MulticastNotSupportedException() public method

public MulticastNotSupportedException ( string message ) : System.Runtime.InteropServices
message string
return System.Runtime.InteropServices

MulticastNotSupportedException() public method

public MulticastNotSupportedException ( string message, Exception inner ) : System.Runtime.InteropServices
message string
inner Exception
return System.Runtime.InteropServices