C# Class System.MulticastNotSupportedException

Inheritance: SystemException
Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Méthode Description
MulticastNotSupportedException ( ) : System.Runtime.InteropServices
MulticastNotSupportedException ( string message ) : System.Runtime.InteropServices
MulticastNotSupportedException ( string message, Exception inner ) : System.Runtime.InteropServices

Private Methods

Méthode Description
MulticastNotSupportedException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Method Details

MulticastNotSupportedException() public méthode

public MulticastNotSupportedException ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices

MulticastNotSupportedException() public méthode

public MulticastNotSupportedException ( string message ) : System.Runtime.InteropServices
message string
Résultat System.Runtime.InteropServices

MulticastNotSupportedException() public méthode

public MulticastNotSupportedException ( string message, Exception inner ) : System.Runtime.InteropServices
message string
inner Exception
Résultat System.Runtime.InteropServices