[This is preliminary documentation and is subject to change.]
Standard constructor.
| C# | Visual Basic | Visual C++ |
public A_ABORT( byte reason, byte source )
Public Sub New ( _ reason As Byte, _ source As Byte _ )
public: A_ABORT( unsigned char reason, unsigned char source )
- reason (Byte)
- This parameter indicates the reason of this abort.
- source (Byte)
- This parameter indicates the initiating source of this abort.