C# Class System.NotImplementedException

Inheritance: Exception
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
NotImplementedException ( ) : System
NotImplementedException ( String message ) : System
NotImplementedException ( String message, Exception inner ) : System

Protected Methods

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

Method Details

NotImplementedException() public method

public NotImplementedException ( ) : System
return System

NotImplementedException() protected method

protected NotImplementedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

NotImplementedException() public method

public NotImplementedException ( String message ) : System
message String
return System

NotImplementedException() public method

public NotImplementedException ( String message, Exception inner ) : System
message String
inner Exception
return System