G5.Api 1.22.0.121
.Net API to control Regatron G5 devices
Loading...
Searching...
No Matches
Regatron.G5.Api.G5ApiException Class Reference
Inheritance diagram for Regatron.G5.Api.G5ApiException:
Inheritance graph

Public Member Functions

 G5ApiException ()
 
 G5ApiException (String message)
 
 G5ApiException (String message, Exception innerException)
 
 G5ApiException (String message, G5ApiResult reason)
 
 G5ApiException (String message, Exception innerException, G5ApiResult reason)
 
 G5ApiException (SerializationInfo info, StreamingContext context)
 

Properties

G5ApiResult Reason [get, protected set]
 

Constructor & Destructor Documentation

◆ G5ApiException() [1/6]

Regatron.G5.Api.G5ApiException.G5ApiException ( )
inline

◆ G5ApiException() [2/6]

Regatron.G5.Api.G5ApiException.G5ApiException ( String message)
inline
Parameters
message

◆ G5ApiException() [3/6]

Regatron.G5.Api.G5ApiException.G5ApiException ( String message,
Exception innerException )
inline
Parameters
message
innerException

◆ G5ApiException() [4/6]

Regatron.G5.Api.G5ApiException.G5ApiException ( String message,
G5ApiResult reason )
inline
Parameters
message
reason

◆ G5ApiException() [5/6]

Regatron.G5.Api.G5ApiException.G5ApiException ( String message,
Exception innerException,
G5ApiResult reason )
inline
Parameters
message
innerException
reason

◆ G5ApiException() [6/6]

Regatron.G5.Api.G5ApiException.G5ApiException ( SerializationInfo info,
StreamingContext context )
inline
Parameters
info
context

Property Documentation

◆ Reason

G5ApiResult Regatron.G5.Api.G5ApiException.Reason
getprotected set