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!

TypeInitializationException.TypeName

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

[Visual Basic]
Public ReadOnly Property TypeName As String
[C#]
public string TypeName {get;}
[C++]
public: __property 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

TypeInitializationException Class | TypeInitializationException Members | System Namespace