System.ComponentModel.LicenseException.LicenseException C# (CSharp) Method

LicenseException() public method

Initializes a new instance of the class for the specified type and instance.

public LicenseException ( Type type, object instance ) : Microsoft.Win32
type System.Type
instance object
return Microsoft.Win32
        public LicenseException(Type type, object instance) : this(type, null, SR.Format(SR.LicExceptionTypeAndInstance, type.FullName, instance.GetType().FullName))
        {
        }
        /// <summary>

Same methods

LicenseException::LicenseException ( SerializationInfo info, StreamingContext context ) : Microsoft.Win32
LicenseException::LicenseException ( Type type ) : Microsoft.Win32
LicenseException::LicenseException ( Type type, object instance, string message ) : Microsoft.Win32
LicenseException::LicenseException ( Type type, object instance, string message, Exception innerException ) : Microsoft.Win32