C# Class System.Runtime.InteropServices.SafeArrayRankMismatchException

Inheritance: System.SystemException
Exibir arquivo Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
SafeArrayRankMismatchException ( ) : System
SafeArrayRankMismatchException ( string message ) : System
SafeArrayRankMismatchException ( string message, Exception inner ) : System

Protected Methods

Method Description
SafeArrayRankMismatchException ( SerializationInfo info, StreamingContext context ) : System

Method Details

SafeArrayRankMismatchException() public method

public SafeArrayRankMismatchException ( ) : System
return System

SafeArrayRankMismatchException() protected method

protected SafeArrayRankMismatchException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

SafeArrayRankMismatchException() public method

public SafeArrayRankMismatchException ( string message ) : System
message string
return System

SafeArrayRankMismatchException() public method

public SafeArrayRankMismatchException ( string message, Exception inner ) : System
message string
inner System.Exception
return System