C# Class System.PlatformNotSupportedException

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

Public Methods

Method Description
PlatformNotSupportedException ( ) : System.Runtime.InteropServices
PlatformNotSupportedException ( string message ) : System.Runtime.InteropServices
PlatformNotSupportedException ( string message, Exception inner ) : System.Runtime.InteropServices

Protected Methods

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

Method Details

PlatformNotSupportedException() public method

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

PlatformNotSupportedException() protected method

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

PlatformNotSupportedException() public method

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

PlatformNotSupportedException() public method

public PlatformNotSupportedException ( string message, Exception inner ) : System.Runtime.InteropServices
message string
inner Exception
return System.Runtime.InteropServices