Xceed .NET Libraries Documentation
EncryptionException Constructor(String,Exception,Object[])


Xceed.Compression Assembly > Xceed.Compression Namespace > EncryptionException Class > EncryptionException Constructor : EncryptionException Constructor(String,Exception,Object[])
Syntax
'Declaration
 
Public Function New( _
   ByVal format As String, _
   ByVal innerException As Exception, _
   ByVal ParamArray arg0() As Object _
)
'Usage
 
Dim format As String
Dim innerException As Exception
Dim arg0() As Object
 
Dim instance As New EncryptionException(format, innerException, arg0)
public EncryptionException( 
   string format,
   Exception innerException,
   params object[] arg0
)

Parameters

format
innerException
arg0
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

EncryptionException Class
EncryptionException Members
Overload List