C# 클래스 Zetbox.API.ReadOnlyObjectException

상속: System.NotSupportedException
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
ReadOnlyObjectException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ReadOnlyObjectException class.

메소드 상세

ReadOnlyObjectException() 공개 메소드

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

ReadOnlyObjectException() 보호된 메소드

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
리턴 System

ReadOnlyObjectException() 공개 메소드

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

ReadOnlyObjectException() 공개 메소드

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.
리턴 System