DoubleByteCodePagesAreNotSupportedForCustomEncodingException 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
| DoubleByteCodePagesAreNotSupportedForCustomEncodingException() | |
| DoubleByteCodePagesAreNotSupportedForCustomEncodingException(String) |
DoubleByteCodePagesAreNotSupportedForCustomEncodingException()
public:
DoubleByteCodePagesAreNotSupportedForCustomEncodingException();
public DoubleByteCodePagesAreNotSupportedForCustomEncodingException ();
Public Sub New ()
Applies to
DoubleByteCodePagesAreNotSupportedForCustomEncodingException(String)
public:
DoubleByteCodePagesAreNotSupportedForCustomEncodingException(System::String ^ msg);
public DoubleByteCodePagesAreNotSupportedForCustomEncodingException (string msg);
new Microsoft.HostIntegration.Nls.DoubleByteCodePagesAreNotSupportedForCustomEncodingException : string -> Microsoft.HostIntegration.Nls.DoubleByteCodePagesAreNotSupportedForCustomEncodingException
Public Sub New (msg As String)
Parameters
- msg
- String