C# 클래스 OpenNos.Core.Networking.Communication.ScsServices.Communication.Messages.ScsRemoteException

상속: System.Exception
파일 보기 프로젝트 열기: OpenNos/OpenNos

공개 메소드들

메소드 설명
ScsRemoteException ( ) : System

Contstructor.

ScsRemoteException ( SerializationInfo serializationInfo, StreamingContext context ) : System

Contstructor.

ScsRemoteException ( string message ) : System

Contstructor.

ScsRemoteException ( string message, Exception innerException ) : System

Contstructor.

메소드 상세

ScsRemoteException() 공개 메소드

Contstructor.
public ScsRemoteException ( ) : System
리턴 System

ScsRemoteException() 공개 메소드

Contstructor.
public ScsRemoteException ( SerializationInfo serializationInfo, StreamingContext context ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

ScsRemoteException() 공개 메소드

Contstructor.
public ScsRemoteException ( string message ) : System
message string Exception message
리턴 System

ScsRemoteException() 공개 메소드

Contstructor.
public ScsRemoteException ( string message, Exception innerException ) : System
message string Exception message
innerException System.Exception Inner exception
리턴 System