CannotFindMemberException 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
CannotFindMemberException() | |
CannotFindMemberException(String) | |
CannotFindMemberException(String, Exception) | |
CannotFindMemberException(String, Type) |
CannotFindMemberException()
public:
CannotFindMemberException();
public CannotFindMemberException ();
Public Sub New ()
Applies to
CannotFindMemberException(String)
public:
CannotFindMemberException(System::String ^ message);
public CannotFindMemberException (string message);
new Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindMemberException : string -> Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindMemberException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
CannotFindMemberException(String, Exception)
public:
CannotFindMemberException(System::String ^ message, Exception ^ innerException);
public CannotFindMemberException (string message, Exception innerException);
new Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindMemberException : string * Exception -> Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindMemberException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception
Applies to
CannotFindMemberException(String, Type)
public:
CannotFindMemberException(System::String ^ fieldName, Type ^ valueType);
public CannotFindMemberException (string fieldName, Type valueType);
new Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindMemberException : string * Type -> Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindMemberException
Public Sub New (fieldName As String, valueType As Type)
Parameters
- fieldName
- String
- valueType
- Type