C# Class DynamicJson.AspDateTimeException

Inheritance: System.ArgumentException
ファイルを表示 Open project: pieterbreed/Dynamic-Json-for-.NET

Public Methods

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

Protected Methods

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

Method Details

AspDateTimeException() public method

public AspDateTimeException ( ) : System
return System

AspDateTimeException() protected method

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

AspDateTimeException() public method

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

AspDateTimeException() public method

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