DefinedNameLoadException Constructor
Constructor
Public Sub New( _
ByVal message As String, _
Optional ByVal innerException As Exception = null _
)
This language is not supported or no code example is available.
public DefinedNameLoadException(
string message,
Exception innerException = null
)
This language is not supported or no code example is available.
public:
DefinedNameLoadException(
String^ message,
Exception^ innerException
)
This language is not supported or no code example is available.
public function DefinedNameLoadException(
message : String,
innerException : Exception
);
This language is not supported or no code example is available.
Parameters
-
message
-
string
-
innerException
-
Exception
.NET Framework
Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8