NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeLoadException.TypeName

Holds the fully resolved name of the type that resulted in the exception.

[Visual Basic]
Overridable Public ReadOnly Property TypeName As String
[C#]
public string TypeName {virtual get;}
[C++]
public: __property virtual String* get_TypeName();
[JScript]
public function get TypeName() : String;

Property Value

Read-only.

Remarks

The TypeName property returns a fully qualified type name that caused the exception.

See Also

TypeLoadException Class | TypeLoadException Members | System Namespace