InfoConnect for Unisys
VBAReferenceNotInTrustedLocationException Constructor(String,Exception)


Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal inner As Exception _
)
'Usage
 
Dim message As String
Dim inner As Exception
 
Dim instance As New VBAReferenceNotInTrustedLocationException(message, inner)
public VBAReferenceNotInTrustedLocationException( 
   string message,
   Exception inner
)

Parameters

message
inner
See Also