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


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

Parameters

format
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