WorkbookModifiedException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| WorkbookModifiedException() |
Do not use this type or its members, it has been deprecated! |
| WorkbookModifiedException(String) |
Do not use this type or its members, it has been deprecated! |
| WorkbookModifiedException(String, Exception) |
Do not use this type or its members, it has been deprecated! |
WorkbookModifiedException()
Do not use this type or its members, it has been deprecated!
public WorkbookModifiedException ();
Public Sub New ()
Applies to
WorkbookModifiedException(String)
Do not use this type or its members, it has been deprecated!
public WorkbookModifiedException (string message);
new WorkbookModifiedException : string -> WorkbookModifiedException
Public Sub New (message As String)
Parameters
- message
- String
The message that describes the error.
Applies to
WorkbookModifiedException(String, Exception)
Do not use this type or its members, it has been deprecated!
public WorkbookModifiedException (string message, Exception innerException);
new WorkbookModifiedException : string * Exception -> WorkbookModifiedException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
The error message that explains the reason for the exception.
- innerException
- Exception
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.