XmlSerializationReader.CreateInaccessibleConstructorException(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 InvalidOperationException,以表示由於沒有可用的建構函式,因此無法具現化正在還原序列化的物件。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
protected:
Exception ^ CreateInaccessibleConstructorException(System::String ^ typeName);
protected Exception CreateInaccessibleConstructorException (string typeName);
member this.CreateInaccessibleConstructorException : string -> Exception
Protected Function CreateInaccessibleConstructorException (typeName As String) As Exception
參數
- typeName
- String
型別的名稱。
傳回
InvalidOperationException 例外狀況。
備註
的受保護成員 XmlSerializationReader 僅供在 .NET Framework XML 序列化基礎結構內部使用的衍生類別使用。