InvalidRangeException 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
InvalidRangeException() | |
InvalidRangeException(Exception) | |
InvalidRangeException(String) | |
InvalidRangeException(String, Exception) |
InvalidRangeException()
public:
InvalidRangeException();
public InvalidRangeException ();
Public Sub New ()
Applies to
InvalidRangeException(Exception)
public:
InvalidRangeException(Exception ^ innerException);
public InvalidRangeException (Exception innerException);
new Microsoft.Office.Tools.InvalidRangeException : Exception -> Microsoft.Office.Tools.InvalidRangeException
Public Sub New (innerException As Exception)
Parameters
- innerException
- Exception
Applies to
InvalidRangeException(String)
public:
InvalidRangeException(System::String ^ message);
public InvalidRangeException (string message);
new Microsoft.Office.Tools.InvalidRangeException : string -> Microsoft.Office.Tools.InvalidRangeException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
InvalidRangeException(String, Exception)
public:
InvalidRangeException(System::String ^ message, Exception ^ innerException);
public InvalidRangeException (string message, Exception innerException);
new Microsoft.Office.Tools.InvalidRangeException : string * Exception -> Microsoft.Office.Tools.InvalidRangeException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception