C# Class SW.Helpers.ServicesException

Inheritance: Exception
ファイルを表示 Open project: lunasoft/SW-sdk-NetStandard

Public Methods

Method Description
ServicesException ( ) : System
ServicesException ( string message ) : System
ServicesException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

ServicesException() public method

public ServicesException ( ) : System
return System

ServicesException() protected method

protected ServicesException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

ServicesException() public method

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

ServicesException() public method

public ServicesException ( string message, Exception innerException ) : System
message string
innerException Exception
return System