C# Class OpenNos.Core.Networking.Communication.ScsServices.Communication.Messages.ScsRemoteException

Inheritance: System.Exception
Exibir arquivo Open project: OpenNos/OpenNos

Public Methods

Method Description
ScsRemoteException ( ) : System

Contstructor.

ScsRemoteException ( SerializationInfo serializationInfo, StreamingContext context ) : System

Contstructor.

ScsRemoteException ( string message ) : System

Contstructor.

ScsRemoteException ( string message, Exception innerException ) : System

Contstructor.

Method Details

ScsRemoteException() public method

Contstructor.
public ScsRemoteException ( ) : System
return System

ScsRemoteException() public method

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

ScsRemoteException() public method

Contstructor.
public ScsRemoteException ( string message ) : System
message string Exception message
return System

ScsRemoteException() public method

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