C# Class System.ArrayTypeMismatchException

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

Méthodes publiques

Méthode Description
ArrayTypeMismatchException ( ) : System.Runtime.InteropServices
ArrayTypeMismatchException ( string message ) : System.Runtime.InteropServices
ArrayTypeMismatchException ( string message, Exception innerException ) : System.Runtime.InteropServices

Méthodes protégées

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

Method Details

ArrayTypeMismatchException() public méthode

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

ArrayTypeMismatchException() protected méthode

protected ArrayTypeMismatchException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
Résultat System.Runtime.InteropServices

ArrayTypeMismatchException() public méthode

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

ArrayTypeMismatchException() public méthode

public ArrayTypeMismatchException ( string message, Exception innerException ) : System.Runtime.InteropServices
message string
innerException Exception
Résultat System.Runtime.InteropServices