C# Class System.ArrayTypeMismatchException

Inheritance: SystemException
显示文件 Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
ArrayTypeMismatchException ( ) : System.Runtime.InteropServices
ArrayTypeMismatchException ( string message ) : System.Runtime.InteropServices
ArrayTypeMismatchException ( string message, Exception innerException ) : System.Runtime.InteropServices

Protected Methods

Method Description
ArrayTypeMismatchException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Method Details

ArrayTypeMismatchException() public method

public ArrayTypeMismatchException ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

ArrayTypeMismatchException() protected method

protected ArrayTypeMismatchException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
return System.Runtime.InteropServices

ArrayTypeMismatchException() public method

public ArrayTypeMismatchException ( string message ) : System.Runtime.InteropServices
message string
return System.Runtime.InteropServices

ArrayTypeMismatchException() public method

public ArrayTypeMismatchException ( string message, Exception innerException ) : System.Runtime.InteropServices
message string
innerException Exception
return System.Runtime.InteropServices