Initializes a new instance of the
SecurityException class.
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.Exception _
)
'使用法
Dim path As System.String
Dim ex As System.Exception
Dim instance As New SecurityException(path, ex)
public SecurityException(
System.string ,
System.Exception
)
パラメータ
- path
- The connection path that caused the exception.
- ex
- The inner exception which is the cause of the current exception, or a null reference (Nothing in Visual Basic) if there is no associated inner exception.
参照