C# Class System.Runtime.InteropServices.SafeArrayTypeMismatchException

Inheritance: SystemException
ファイルを表示 Open project: runefs/Marvin Class Usage Examples

Public Methods

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

Protected Methods

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

Method Details

SafeArrayTypeMismatchException() public method

public SafeArrayTypeMismatchException ( ) : System
return System

SafeArrayTypeMismatchException() protected method

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

SafeArrayTypeMismatchException() public method

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

SafeArrayTypeMismatchException() public method

public SafeArrayTypeMismatchException ( string message, Exception inner ) : System
message string
inner Exception
return System