C# Class ServiceStack.ServiceClient.Web.WebServiceException

Inheritance: System.Exception
Mostrar archivo Open project: daptiv/ServiceStack Class Usage Examples

Public Methods

Method Description
GetFieldErrors ( ) : List
WebServiceException ( ) : System
WebServiceException ( string message ) : System
WebServiceException ( string message, Exception innerException ) : System

Private Methods

Method Description
ParseResponseDto ( ) : void

Method Details

GetFieldErrors() public method

public GetFieldErrors ( ) : List
return List

WebServiceException() public method

public WebServiceException ( ) : System
return System

WebServiceException() public method

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

WebServiceException() public method

public WebServiceException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System