C# Class Zetbox.API.ReadOnlyObjectException

Inheritance: System.NotSupportedException
ファイルを表示 Open project: daszat/zetbox

Public Methods

Method Description
ReadOnlyObjectException ( ) : System

Initializes a new instance of the ReadOnlyObjectException class.

ReadOnlyObjectException ( string message ) : System

Initializes a new instance of the ReadOnlyObjectException class.

ReadOnlyObjectException ( string message, Exception inner ) : System

Initializes a new instance of the ReadOnlyObjectException class.

Protected Methods

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

Initializes a new instance of the ReadOnlyObjectException class.

Method Details

ReadOnlyObjectException() public method

Initializes a new instance of the ReadOnlyObjectException class.
public ReadOnlyObjectException ( ) : System
return System

ReadOnlyObjectException() protected method

Initializes a new instance of the ReadOnlyObjectException class.
protected ReadOnlyObjectException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ReadOnlyObjectException() public method

Initializes a new instance of the ReadOnlyObjectException class.
public ReadOnlyObjectException ( string message ) : System
message string A custom message to pass along with this exception.
return System

ReadOnlyObjectException() public method

Initializes a new instance of the ReadOnlyObjectException class.
public ReadOnlyObjectException ( string message, Exception inner ) : System
message string A custom message to pass along with this exception.
inner System.Exception The exception that caused this exception.
return System