Class X12Exception
Inheritance
System.Object
System.Exception
X12Exception
Assembly: Bishop.X12.dll
Syntax
public class X12Exception : Exception, ISerializable
Constructors
X12Exception(String)
Declaration
public X12Exception(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
X12Exception(UInt32, SerializationInfo, StreamingContext)
Declaration
protected X12Exception(uint dwError, SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
System.UInt32 |
dwError |
|
System.Runtime.Serialization.SerializationInfo |
info |
|
System.Runtime.Serialization.StreamingContext |
context |
|
X12Exception(UInt32, String, Exception)
Declaration
public X12Exception(uint dwError, string message, Exception innerException)
Parameters
Type |
Name |
Description |
System.UInt32 |
dwError |
|
System.String |
message |
|
System.Exception |
innerException |
|
X12Exception(UInt32, String)
Declaration
public X12Exception(uint dwError, string message)
Parameters
Type |
Name |
Description |
System.UInt32 |
dwError |
|
System.String |
message |
|
X12Exception(UInt32)
Declaration
public X12Exception(uint dwError)
Parameters
Type |
Name |
Description |
System.UInt32 |
dwError |
|
Fields
ErrorCode
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Exception.ToString()