Uploader for Silverlight
InvalidAddressException Constructor(Exception)






the exception that is the cause of the current exception
Initializes a new instance of a InvalidAddressException.
Syntax
'Declaration
 
Public Function New( _
   ByVal innerException As System.Exception _
)
'Usage
 
Dim innerException As System.Exception
 
Dim instance As New InvalidAddressException(innerException)
public InvalidAddressException( 
   System.Exception innerException
)
public InvalidAddressException( 
    innerException: System.Exception
); 
public function InvalidAddressException( 
   innerException : System.Exception
);
public: InvalidAddressException( 
   System.Exception* innerException
)
public:
InvalidAddressException( 
   System.Exception^ innerException
)

Parameters

innerException
the exception that is the cause of the current exception
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

InvalidAddressException Class
InvalidAddressException Members
Overload List

Send Feedback