C# Class System.Runtime.InteropServices.SafeArrayRankMismatchException

Inheritance: System.SystemException
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode Description
SafeArrayRankMismatchException ( ) : System
SafeArrayRankMismatchException ( string message ) : System
SafeArrayRankMismatchException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
SafeArrayRankMismatchException ( SerializationInfo info, StreamingContext context ) : System

Method Details

SafeArrayRankMismatchException() public méthode

public SafeArrayRankMismatchException ( ) : System
Résultat System

SafeArrayRankMismatchException() protected méthode

protected SafeArrayRankMismatchException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

SafeArrayRankMismatchException() public méthode

public SafeArrayRankMismatchException ( string message ) : System
message string
Résultat System

SafeArrayRankMismatchException() public méthode

public SafeArrayRankMismatchException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System