Opc.Ua.Core
StatusCode Constructor(Exception,UInt32)



Opc.Ua Namespace > StatusCode Structure > StatusCode Constructor : StatusCode Constructor(Exception,UInt32)
The exception to convert to a status code
The default code to apply if the routine cannot determine the code from the Exception
Initializes the object from an exception.
Syntax
'Declaration
 
Public Function New( _
   ByVal e As Exception, _
   ByVal defaultCode As UInteger _
)
'Usage
 
Dim e As Exception
Dim defaultCode As UInteger
 
Dim instance As New StatusCode(e, defaultCode)
public StatusCode( 
   Exception e,
   uint defaultCode
)
public:
StatusCode( 
   Exception^ e,
   uint defaultCode
)

Parameters

e
The exception to convert to a status code
defaultCode
The default code to apply if the routine cannot determine the code from the Exception
Remarks
Initializes the object from an exception and a numeric code. The numeric code will be determined from the Exception if possible, otherwise the value passed in will be used.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StatusCode Structure
StatusCode Members
Overload List